How to swipe to page in iAd Producer?
I can't find a way to navigate to a next or previous page through a swipe gesture. Is that possible with iAd Producer? If yes, how?
Thanks.
I can't find a way to navigate to a next or previous page through a swipe gesture. Is that possible with iAd Producer? If yes, how?
Thanks.
The simplest way to achieve the swipe-to-page is to only create a one page project, drop a Gallery object on the page and resize it to cover it entirely. Then place each *page's* content in a cell of the Gallery.
You can detect swipes in other ways if you want to write some code as well then use the JavaScript function transitionToViewControllerWithIDAnimated to navigate between pages.
-Mark
How to swipe to page in iAd Producer?